8. Updating resources
Resources are updated with the PUT
method targeted at the resource href
. The body of the request contains a complete new resource which effectively replaces the targeted resource. To allow for optimistic locking of the resource use the if-match header.
When updating a recurring event all overrides and master must be supplied as part of the content.
Preconditions as specified in Clause 6.3 are applicable.